projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b382031
)
* lisp/progmodes/python.el (python-mode): Derive from prog-mode.
author
Glenn Morris
<rgm@gnu.org>
Tue, 19 Jun 2012 16:04:47 +0000
(09:04 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 19 Jun 2012 16:04:47 +0000
(09:04 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index e8332a701a82576a7e4cd37de157a3b4610d0f65..5eac93fa4445843047493c27b4133c1dcbb5643d 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-06-19 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/python.el (python-mode): Derive from prog-mode.
+
2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
* emulation/edt.el (edt-default-menu-bar-update-buffers)
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 8844480a95fd908a9b8d29b1c763e9cc7abba768..a43dc1eb1d3d68350d93b17cec7773cfa8119acb 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-2802,7
+2802,7
@@
Optional argument DIRECTION defines the direction to move to."
\f
;;;###autoload
-(define-derived-mode python-mode
fundamental
-mode "Python"
+(define-derived-mode python-mode
prog
-mode "Python"
"Major mode for editing Python files.
\\{python-mode-map}